Password Command Registry entry

Specifies which password authentication script is used when supervisor authorization is requested by the Vitalware system.

Usage

This Registry entry is assigned at the system level only:

KeySystem
Key 1System
Key 2Setting
Key 3

Password Command

Valuescript

where:

script

is the name of the script to run.

Example

This entry specifies that the vwverifypasswdssh script (an ssh version of vwverifypasswd) is run rather than the default script vwverifypasswd:

KeySetting
Key 1 System
Key 2 Setting
Key 3 Password Command
Value vwverifypasswdssh

Note: In order to run vwverifypasswd the perl module Net::Telnet must be installed on the server and the telnet port (23) must not be blocked. To run vwverifypasswdssh the perl module Net::SSH::Perl must be installed on the server and the ssh port (22) must not be blocked.